Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Option
/
isNotEmpty
is
Not
Empty
common
val
isNotEmpty
:
Boolean
Content copied to clipboard
Returns
true
if the option is
Some
. Otherwise returns
false
.